home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 5
/
Merciful - Disc 5.iso
/
software
/
p
/
pcqpascalv1.2d.lha
/
Include
/
Prefs
/
Input.i
< prev
next >
Wrap
Text File
|
1997-05-06
|
381b
|
22 lines
{ File format for input preferences }
{$I "Include:libraries/IffParse.i"}
{$I "Include:Devices/Timer.i"}
const
ID_INPT = 1229869140;
Type
InputPrefs = Record
ip_Keymap : Array[0..15] of Char;
ip_PointerTicks : WORD;
ip_DoubleClick,
ip_KeyRptDelay,
ip_KeyRptSpeed : TimeVal;
ip_MouseAccel : WORD;
end;
InputPrefsPtr = ^InputPrefs;